[NTG-context] Wiki - question about Command/ pages which start with a space character

2024-04-14 Thread garulfo
startbuffer Command/ startcolumnset Command/ startcomment Command/ startdelimitedtext Command/ startdescription Command/ starteffect Command/ startenumeration Command/ startfittingpage Command/ startfloattext Command/ startformula Command/ startframedtext Command/ starthelp Command/ start

[NTG-context] problems with comments

2023-09-21 Thread Henning Hraban Ramm
Hi, I wanted to use PDF comments to leave questions to the author/editor in the correction PDF. Unfortunately, the comment is always empty, regardless if \comment{} or \startcomment. Also, the comment always inserts space into the text, I’d like to avoid that; the option "space=no&quo

[NTG-context] issue with interaction

2018-09-24 Thread Pablo Rodriguez
Hans, I have the following sample (sorry, but I’m afraid I don’t know how to write a lopp here): \setupinteraction[state=start] \setupcomment[location=inmargin] \showframe \starttext This is a sample comment. \startcomment Just a comment \stopcomment

Re: [NTG-context] \startcomment...\stopcomment with XML processing

2017-06-25 Thread Pablo Rodriguez
On 06/25/2017 12:18 PM, Hans Hagen wrote: > On 6/24/2017 10:53 PM, Pablo Rodriguez wrote: >> [...] >> I don’t know why I cannot get \startcomment...\stopcomment with >> \xmlpure{#1}. >> >> This is the only way I have to get lines and spaces in comments. &

Re: [NTG-context] \startcomment...\stopcomment with XML processing

2017-06-25 Thread Hans Hagen
} {pre[contains(@class,'copy\letterpercent-code')]/code} {xml:copy:code} \stopxmlsetups \xmlregistersetup{xml:initialize} \startxmlsetups xml:doc \xmlflush{#1} \stopxmlsetups \startxmlsetups xml:copy:code %~ \startcomment[location

[NTG-context] \startcomment...\stopcomment with XML processing

2017-06-24 Thread Pablo Rodriguez
} {xml:copy:code} \stopxmlsetups \xmlregistersetup{xml:initialize} \startxmlsetups xml:doc \xmlflush{#1} \stopxmlsetups \startxmlsetups xml:copy:code %~ \startcomment[location=inmargin, color=yellow] %~ \xmlpure{#1

Re: [NTG-context] \startstopcomment fails on latest beta

2012-02-03 Thread Marco Pessotto
-- Soundclips This is better, as the compilation doesn't fail and the comment appears as comment, but on the page there is a literal [title=,] (in the first example) or [title=commentname,] in the second and third example. \setupinteraction[state=start] \starttext Regular 1 \startcomment 1

[NTG-context] \startstopcomment fails on latest beta

2012-02-01 Thread Marco Pessotto
Hello there. See the following minimal example. Without the \setupinteraction the document compiles just fine. %% begin \setupinteraction[state=start] \starttext hello \startcomment This won’t be published \stopcomment \stoptext %% end Best regards. Error log: mtx-context | run 1

Re: [NTG-context] FiXme-module

2010-11-08 Thread Wolfgang Schuster
to the right location. Works for me, maybe a bug in context which is now solved. 2. Instead of margin notes I would like to use PDF annotations, so I tried: \setupfixme [before={\startcomment[FiXme]}, after=\stopcomment] This gives an error. comments are defined as buffers and buffers can’t be used

Re: [NTG-context] FiXme-module

2010-11-08 Thread Andreas Harder
[chapter][interaction=all] \dorecurse{5}{\chapter{Chapter} } \stoptext But anyway it has nothing to do with your module. 2. Instead of margin notes I would like to use PDF annotations, so I tried: \setupfixme [before={\startcomment[FiXme]}, after=\stopcomment] This gives an error. comments

[NTG-context] \startmode and \startcomment inside of \def

2010-11-07 Thread Vedran Miletić
Hi, I would like to define something like this: \def\startSolution{\startmode[solutions]...} \def\stopSolution{...\stopmode} But when I use \startSolution and \stopSolution, and mode solutions isn't enabled, I get something like Runaway argument? aaa \stopSolution \stoptext ! File ended while

Re: [NTG-context] \startmode and \startcomment inside of \def

2010-11-07 Thread Wolfgang Schuster
Am 07.11.2010 um 19:42 schrieb Vedran Miletić: Hi, I would like to define something like this: \def\startSolution{\startmode[solutions]...} \def\stopSolution{...\stopmode} But when I use \startSolution and \stopSolution, and mode solutions isn't enabled, I get something like Runaway

Re: [NTG-context] \startmode and \startcomment inside of \def

2010-11-07 Thread Vedran Miletić
2010/11/7 Wolfgang Schuster schuster.wolfg...@googlemail.com Am 07.11.2010 um 19:42 schrieb Vedran Miletić: Hi, I would like to define something like this: \def\startSolution{\startmode[solutions]...} \def\stopSolution{...\stopmode} But when I use \startSolution and

Re: [NTG-context] \startmode and \startcomment inside of \def

2010-11-07 Thread Wolfgang Schuster
Am 07.11.2010 um 20:49 schrieb Vedran Miletić: How would I then do something like this? \def\startSolution{\startmode[solutions]\startframedtext} \def\stopSolution{\stopframedtext\stopmode} \startmode[solution] \setupbuffer[Solution][local=no,before=\startframedtext,after=\stopframedtext]

Re: [NTG-context] \startmode and \startcomment inside of \def

2010-11-07 Thread Aditya Mahajan
On Sun, 7 Nov 2010, Wolfgang Schuster wrote: Am 07.11.2010 um 20:49 schrieb Vedran Miletić: How would I then do something like this? \def\startSolution{\startmode[solutions]\startframedtext} \def\stopSolution{\stopframedtext\stopmode} \startmode[solution]

[NTG-context] FiXme-module

2010-11-05 Thread Andreas Harder
to use PDF annotations, so I tried: \setupfixme [before={\startcomment[FiXme]}, after=\stopcomment] This gives an error. 3. Is it possible to save the FiXme-list in a external text file? Something like \savebuffer[expanded list of fixmes][list.txt] \usemodule[fixme] % \setupfixme % - error

Re: [NTG-context] comments, font catalogue

2010-08-04 Thread Hans Hagen
to to? If you want to comment some larger parts out, you might use \startmode[comment] % name is random ... \stopmode Or \starthiding \stophiding ot \startcomment .. \stopcomment (which if all is ok will put them in the document as comments when interaction is enabled) Hans

Re: [NTG-context] comments, font catalogue

2010-08-04 Thread Henning Hraban Ramm
Am 2010-08-04 um 16:00 schrieb Hans Hagen: Or \starthiding \stophiding ot \startcomment .. \stopcomment (which if all is ok will put them in the document as comments when interaction is enabled) cool, I learn new thing about ConTeXt every day :) Greetlings, Hraban

Re: [NTG-context] comments, font catalogue

2010-08-04 Thread R. Bastian
the Latexian \begin{comment} ... \end{comment} What is that supposed to to? If you want to comment some larger parts out, you might use \startmode[comment] % name is random ... \stopmode Or \starthiding \stophiding ot \startcomment .. \stopcomment (which if all

Re: [NTG-context] using `` '' the output is wrong.

2010-01-19 Thread Aditya Mahajan
result from % with a macro \comment{something} or \startcomment ... \stopcomment Aditya___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http

Re: [NTG-context] using `` '' the output is wrong.

2010-01-19 Thread Wolfgang Schuster
Am 19.01.10 21:26, schrieb Aditya Mahajan: % is problmeatic because you need a character to start a comment and there is AFAIK no way to get the same result from % with a macro \comment{something} or \startcomment ... \stopcomment what about \starttext text Auf% lage text \stoptext

Re: [NTG-context] using `` '' the output is wrong.

2010-01-19 Thread Aditya Mahajan
On Tue, 19 Jan 2010, Wolfgang Schuster wrote: Am 19.01.10 21:26, schrieb Aditya Mahajan: % is problmeatic because you need a character to start a comment and there is AFAIK no way to get the same result from % with a macro \comment{something} or \startcomment ... \stopcomment what about

Re: [NTG-context] ConTeXt-ifying Kile

2008-01-02 Thread Matija Šuklje
\startbuffer[name] \stopbuffer \startcolor[name] \stopcolor \startcolumns[settings] \stopcolumns \startcombination[matrix] \stopcombination \startcomment[name][settings] \stopcomment \startcomponent file \stopcomponent \startdescription{text} \stopdescription \startdocument[name] \stopdocument

[NTG-context] How to include unicode characters in a comment?

2007-03-15 Thread Zhichu Chen
Hi When I'm using === \setupinteraction [state=start] \enableregime [utf] \usemodule [chi-00] \starttext \startcomment[中文] 中文 \stopcomment 中文 \stoptext === and use Adobe Reader v7 to view the output file. The comment only shows

[NTG-context] comment flush?

2006-08-28 Thread nico
Hello, There's a strange behaviour with comments when using \startcomment...\stopcomment. In some cases the comments are skipped. The comment always appears with \comment{...}. Here is a summary of the tests I've done: Case OK: comment starting a paragraph Case KO: comment at the end

[NTG-context] multiple line comments

2006-03-28 Thread andrea valle
Dear all, It's a bit tiring to start many lines always with %. Is it possibile to have multiple line comments like in C \* comments here *\ I wasn't able to find anything like it in manual. In this case, what about a \startcomment \stopccoment syntax? Or maybe is it possible to have a user

Re: [NTG-context] multiple line comments

2006-03-28 Thread Hans Hagen
\stopmycomment (\startcomment is something different) Hans - Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74

Re: [NTG-context] ConTeXt tool for enabling comments in PDF ?

2005-01-17 Thread Vit Zyka
Hans Hagen wrote: Vit Zyka wrote: interesting is that the doc opens but the menu bar freezes -) \starttext \startcomment should work in older readers as well \stopcomment \input bryson \pdfcompresslevel=0 \immediate\pdfobj{ /Type /Sig /Filter /Identity /P 2 } \edef\DocMDPobj{\the\pdflastobj

Re: [NTG-context] ConTeXt tool for enabling comments in PDF ?

2005-01-06 Thread Hans Hagen
Vit Zyka wrote: can you make a file with no password? No. You wrote that this possibility is mentioned somewhere. Where? in the pdf specs \starttext \startcomment should work in older readers as well \stopcomment \input bryson \def\pdfnopwdstr

Re: [NTG-context] ConTeXt tool for enabling comments in PDF ?

2005-01-06 Thread Hans Hagen
Vit Zyka wrote: interesting is that the doc opens but the menu bar freezes -) \starttext \startcomment should work in older readers as well \stopcomment \input bryson \pdfcompresslevel=0 \immediate\pdfobj{ /Type /Sig /Filter /Identity /P 2 } \edef\DocMDPobj{\the\pdflastobj\space 0 R } \immediate

Re: [NTG-context] ConTeXt tool for enabling comments in PDF ?

2005-01-05 Thread Hans Hagen
for PDFs generated by Acrobat -- and only by the original author? you can read comments in the reader, but not add them; but you can use tex to add them and the reader will recognize them \setupinteraction[state=start] \starttext \startcomment should work in older readers as well \stopcomment